Skip to main content

Replace tags in a folder

You can only replace tags based on its class attribute, all other attributes will remain the same. For example, if you select to replace

<b class="Apples"></b>

with

<span class="Bananas"></span>

any b-element with the class element set to "Apples" will be replaced, but will retain its other attributes. For example,

<b class="Apples" id="Golden Delicious"></b>

would become

<span class="Bananas" id="Golden Delicious"></span>
  1. Click Replace tags in folder.
  2. Select the appropriate folder.
  3. To include all sub-folders, select Include sub-folders.
  4. Select the tag you want to replace.
  5. Select the tag you'd like to use instead.
  6. Select the approriate setting
    • To replace one tag with another, select Replace tags.
    • To unbind the tag, and only keep its content, select Unbind tags.
    • To delete tag tag and its contents, select Delete tags and content.
  7. Click Execute. A backup-file is created on your desktop.

If you want to undo the changes before you close the window, click Undo.